IDP Changes in Service Pack 1
IDP (Individual Development Plan) exported XML files have been updated as follows:
- 
                                                        Removed duplicate <IDPnamedEstablishment>node in files with multiple named establishments. The example Named establishment shows the updated XML file.CopyNamed establishment<IDPsection2D>
 <IDPnamedEstablishment>
 <Name>Named Establishment 1</Name>
 <Name>Named Establishment 2</Name>
 </IDPnamedEstablishment>
 </IDPsection2D>
- 
                                                        Removed spurious space between the date and time values. For example, <DateTime>2024-05-31T02:19:07</DateTime>rather than<DateTime>2024-05-31 T02:19:07</DateTime>.